Fix a missing id in the docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 19:23:52 +0000 (15:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 19:36:15 +0000 (15:36 -0400)
label-text-layout was missing, causing two broken links further
down in the page.

gtk/gtklabel.c

index 3f549a047b511f1820aa8ba1b1c0fb242c4f5a2a..f0bf38fa210e37ec7972e39984f50a10a7f36ce8 100644 (file)
  * Labels can be made selectable with gtk_label_set_selectable().
  * Selectable labels allow the user to copy the label contents to
  * the clipboard. Only labels that contain useful-to-copy information
- * &mdash; such as error messages &mdash; should be made selectable.
+ * — such as error messages — should be made selectable.
  *
- * # Text layout
+ * # Text layout # {#label-text-layout}
  *
  * A label can contain any number of paragraphs, but will have
  * performance problems if it contains more than a small number.